home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
fpc
/
compiler
/
mppc386.bat
< prev
next >
Wrap
DOS Batch File
|
1998-09-24
|
160b
|
7 lines
ppc386 -Ch8000000 -dI386 -dGDB -a -Sg -OG5az pp.pas %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 0 goto success
goto failed
:success
copy pp.exe ppc386.exe
:failed